Uses of Class
mscJNeuralNet.netPerformanceStatistics.NetPerformanceStatistics

Packages that use NetPerformanceStatistics
mscJNeuralNet.netPerformanceStatistics Dieses Packet enthält Klassen zur Berechnung der Fehler Ist-Soll-Werte eines Netzes und damit der Netzperformanz. 
mscJNeuralNet.trainer Dieses Packet enthält eine Klasse zum komfortablen Verwalten des Trainings.  
 

Uses of NetPerformanceStatistics in mscJNeuralNet.netPerformanceStatistics
 

Methods in mscJNeuralNet.netPerformanceStatistics that return NetPerformanceStatistics
static NetPerformanceStatistics NetPerformanceStatisticsCalculator.calculateErrors(Net pNet, double[][] pInputPatterns, double[][] pOutputPatterns)
          Berechnet alle aktuellen Ist-Soll Fehlerwerte eines Netzes und gibt diese als NetPerformanceStatistics Objekt zurück.
 

Methods in mscJNeuralNet.netPerformanceStatistics with parameters of type NetPerformanceStatistics
static java.lang.String NetPerformanceReporter.getNetPerformance(NetPerformanceStatistics pNetStat, int pLearningCycle)
          Generiert einen Bericht über die Performanz eines Netzes.
static LightWeightNetPerformanceStatistics LightWeightNetPerformanceStatistics.getLightWeightNetPerformance(NetPerformanceStatistics pNetStat)
          Erzeugt ein LightWeightNetPerformanceStatistics aus einem NetPerformanceStatistics Objekt.
 

Uses of NetPerformanceStatistics in mscJNeuralNet.trainer
 

Methods in mscJNeuralNet.trainer that return NetPerformanceStatistics
 NetPerformanceStatistics NetTrainer.getLastCalcualtedNetStatistics()
          Liefert die akteullen Fehlerwerte des Netzes.